home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-30 | 531 b | 28 lines | [TEXT/MPS ] |
- /*
- File: SampleModuleLib.r
-
- Copyright: © 1993-1997 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
- #include "SysTypes.r"
- #include "OTVersInfo.h"
-
- #define VMajor OTMajorVers
- #define VMinor OTMinorVers
- #define VStage OTStage
- #define VRelease OTRelease
- #define VShortString OTShortString
- #define VLongString OTShortString ", Copyright Apple Computer, Inc. 1991-1995"
-
- resource 'vers' (1)
- {
- VMajor, VMinor, VStage, VRelease, verUS,
- VShortString,
- VLongString
- };
-
- INCLUDE "EchoModule.RSC";
- INCLUDE "FilterModule.RSC";
-